home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / tpwprog6.arj / BUTTON.RC < prev    next >
Encoding:
Text File  |  1992-07-02  |  173 b   |  11 lines

  1. #include "windows.h"
  2. #include "button.dlg"
  3.  
  4. 100  MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  5. BEGIN
  6.   POPUP "&Menu"
  7.   BEGIN
  8.     MenuItem  "&Dialog...", 101
  9.   END
  10. END
  11.